home *** CD-ROM | disk | FTP | other *** search
/ Max Calendar 2002 / Max Calendar 2002.iso / pc / LINGO.INI < prev    next >
Text File  |  2000-07-13  |  479b  |  17 lines

  1. -- This is the text file LINGO.INI.  It is designed
  2. -- to tell Director for Windows what XObjects or
  3. -- DLLs should be loaded when starting DIRECTOR.EXE.
  4.  
  5.  on startup
  6.    
  7.    if string(0.0)="a" then nothing
  8.      ---Fix problem with sounds not playing if
  9.      ---Intel RSX is installed
  10.    set the soundkeepdevice to 0
  11.      ---beep
  12.      ---Added to look for files in the "movie" 
  13.      ---subdirectory
  14.    append(the searchpath, the pathname && "movie")
  15.  
  16.  end startup
  17.